Master List | C


Included below is a list of every JavaScript in our archives. If you are unable to find what you are looking for, or need assistance in modifying one of the scripts to suit your needs, or just would like to help others out, please please visit our JavaScript Forum.

Update Archives:
1999 - Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
2000 - Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
2001 - Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec

You can also use your browser's 'Find in Page'
feature to look for keywords on this page!

All | # | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

Title: Calorie Calculator
Details: 2.40 KB * Uploaded July 7 1997
Description: JavaScript can help you figure how many calories you have burned.

[ Get Source Code ]


Title: Cascading Menu
Contributor: Angus Turnbull
Contributor URL: http://gusnz.cjb.net
Details: 12.56 KB * Uploaded February 19 2001
Description: Multilevel cascading menu for navigation in Internet Explorer. Menus have borders, highlight colours and are positioned relative to one another on the fly. Amazing!

[ Get Source Code ]


Title: Catch A Spy
Contributor: Kien Caoxuan (kcaoxuan@caoxuan.com)
Contributor URL: http://www.caoxuan.com
Details: 9.65 KB * Uploaded August 1 2000
Description: You are an Interpol officer who needs to track down the movement of the Green Spy. He moves around the world in a predictable pattern. Learn his moves. Once you're in the same airport with the Green Spy, you win! Aim for the shortest time. Good luck!

[ Get Source Code ]


Title: Category Menus
Contributor: Fredrik Fridsten (fredrik.fridsten@home.se)
Contributor URL: http://hem.passagen.se/dred
Details: 4.78 KB * Uploaded May 4 2000
Description: When a category is clicked, the category's items are displayed below while the rest of the page is pushed downward. Good for use in a navigation frame of framed sites.

[ Get Source Code ]


Title: Cell BG Changer
Contributor: Chris Chopping (scripts@site4sure.com)
Contributor URL: http://www.site4sure.com
Details: 1.60 KB * Uploaded October 2 2000
Description: (Internet Explorer Only) Changes the background color of a table's TD cell and the mouse cursor to a hand when you hover over the cell. And, clicking acts like a normal link.

[ Get Source Code ]


Title: Center Expand
Contributor: Sean Decker
Details: 1.06 KB * Uploaded February 26 2001
Description: Grab your visitors attention with this script. It centers the browser window and expands to fill the screen!

[ Get Source Code ]


Title: Centered Popup
Contributor: Eric King (eric_andrew_king@hotmail.com)
Contributor URL: http://redrival.com/eak/
Details: 1.12 KB * Uploaded May 9 2000
Description: Opens a new popup window centered on the page according to the width and height of the user's screen. You can customize the width, height, and scrollbars on or off for each window you open. Sweet!

[ Get Source Code ]


Title: Change 2 Frames
Details: 1.64 KB * Uploaded May 18 1999
Description: If your site has more than two frames, you can even select which two frames to load into. Make different links load into different frames!

[ Get Source Code ]


Title: Change 2 Frames Menu
Details: 1.75 KB * Uploaded April 12 2000
Description: Loads two different pages in two other frames just by selecting an option in a pulldown menu. Just define each menu option with both of the frame names and the web address to load and you're set. Wow!

[ Get Source Code ]


Title: Change Image
Details: 1.17 KB * Uploaded October 12 1997
Description: It's always neat to dynamically change an image when the user touches it. For this example, I have one image and when you put your cursor on it, it changes to another. If you use this script, be sure to use images of the same size!

[ Get Source Code ]


Title: Change Two Images
Details: 1.80 KB * Uploaded July 22 1999
Description: Changes two images simultaneously when the user puts their cursor on the link. The necesary images are preloaded to ensure there is no delay when showing the images.

[ Get Source Code ]


Title: Character Encoder
Contributor: Mike McGrath (mike_mcgrath@lineone.net)
Contributor URL: http://website.lineone.net/~mike_mcgrath/
Details: 1.86 KB * Uploaded November 24 1999
Description: Encrypts a string by converting each character to it's ASCII key code. Supports two-way encryption - from a string to the numeric code, or from the numeric code back to the string. You can, for example, send the encrypted code to a friend and have them decode it with this script. Lots more uses, use your imagination!

[ Get Source Code ]


Title: Character Table
Contributor: Mike McGrath (mike_mcgrath@lineone.net)
Details: 0.73 KB * Uploaded March 10 1999
Description: Ever have a hard time remembering the "&#xx;" codes to print out certain special characters? This neat little script will print out the code and it's symbol for you! Neat!

[ Get Source Code ]


Title: Check All
Details: 1.47 KB * Uploaded June 30 2000
Description: Dynamically checks and unchecks all the checkboxes in a form when a button is clicked. Much easier than manually hard-coding the checkbox names, for sure. Updated to only require one button to check and uncheck all boxes.

[ Get Source Code ]


Title: Checkbox Counter
Contributor: Alan Gruskoff (alan@performantsystems.com)
Contributor URL: http://www.performantsystems.com/
Details: 1.60 KB * Uploaded November 28 2000
Description: Easily count the number of checkboxes that have been selected. Easy!

[ Get Source Code ]


Title: Checkbox Link
Contributor: Gregory C. (gregcl@hotmail.com)
Contributor URL: http://www.geocities.com/thegregc
Details: 0.48 KB * Uploaded February 6 2001
Description: Redirect users to another page immediately when they click in this checkbox. Neat!

[ Get Source Code ]


Title: Check Entry
Details: 0.95 KB * Uploaded September 8 1999
Description: Prevents the user from selecting a filename with a space (known to cause problems with some CGI-scripts). The visitor are informed that the field can not have spaces. Of course, you could change the character it checks for as well as the invalid alert message to something else to suit your needs. Nice!

[ Get Source Code ]


Title: Check Mimes
Details: 0.87 KB * Uploaded August 23 1997
Description: This script will beautifully display all the mime types you have installed on the visitor's browser. For instance, this might be used to check for the Quicktime Mime before displaying the Quicktime information.

[ Get Source Code ]


Title: Check Sorter
Contributor: Tom Folkes (tfolkes@cpcug.org)
Details: 5.26 KB * Uploaded May 3 1999
Description: JavaScript can sort data based on any field of information. In this example, a checkbook register can be sorted by date, check number, check amount, or paid to person. We're one step closer to online banking... ;-)

[ Get Source Code ]


Title: Check URL
Details: 0.58 KB * Uploaded July 3 1998
Description: This script is particularly useful for those who have their site on a free webspace provider, then use a "come.to" redirecting service. What this script will do is analyze the URL the visitor is at, and if they did not came to your site via the redirecting URL, it can print out a message telling them that is your new URL. Neat!

[ Get Source Code ]


Title: Checkbox Changer
Details: 1.94 KB * Uploaded July 27 1999
Description: Takes a series of known named checkboxes and checks or uncheck them all at once. It can even change each checkbox to the opposite checked or not checked value. Clever for loops!

[ Get Source Code ]


Title: Checkbox Text
Contributor: trs2005@yahoo.com (trs2005@yahoo.com)
Details: 0.97 KB * Uploaded July 20 2000
Description: (Internet Explorer Only) The user no longer needs to click precisely on the checkbox to check and uncheck it. Clicking the text after a checkbox can do this just like windows programs.

[ Get Source Code ]


Title: CheckBoxes
Details: 1.63 KB * Uploaded July 15 1997
Description: Just how many boxes can you check in 20 seconds? Play this interesting JavaScript game and find out.

[ Get Source Code ]


Title: Circle Solver
Contributor: Chris Brown
Contributor URL: http://www.geocities.com/BourbonStreet/3843
Details: 2.12 KB * Uploaded May 21 1999
Description: Can't remember the formulas for the other two parts of a circle (area, diameter, or circumference) when you only know one? To the rescue is Circle Solver. Enter the circle area, diameter, or circumference and it will solve for the other two! Great!

[ Get Source Code ]


Title: Circumference Calculator
Contributor: Andrew Jones (andrew.jones@net.ntl.com)
Contributor URL: http://www.freespeech.org/andyjones
Details: 1.01 KB * Uploaded December 4 1998
Description: JavaScript can help you figure the circumference of a circle when you enter the radius.

[ Get Source Code ]


Title: Classic Scroll
Details: 1.35 KB * Uploaded August 23 1997
Description: This is the classic scroll that you see EVERYWHERE! This script is also highly configurable (as are most in JSS). One more thing. Be aware that this effect does eventually get very annoying.

[ Get Source Code ]


Title: Clean CAPS
Contributor: Ronnie T. Moore, Editor
Details: 1.24 KB * Uploaded August 24 2000
Description: Keep users from typing in all caps, but still allow for capital letter strings for things like initials (JPC) or uppercase abbreviations (NASA or WWII). You can easily change the number of capital letters allowed in a row after which the capital letterstring is converted to lowercase.

[ Get Source Code ]


Title: Click Sound
Contributor: Nicholas Loar (anarchy@cass.net)
Contributor URL: http://anarchy.yi.org
Details: 0.77 KB * Uploaded June 16 2000
Description: (Internet Explorer Only) Plays a WAV sound file when the user clicks a link. Neat!

[ Get Source Code ]


Title: Click to Submit
Contributor: Shawn Hafen (shafen@mail.com)
Contributor URL: http://shafen0.tripod.com/index.html
Details: 1.09 KB * Uploaded December 5 2000
Description: Prevent the Return key from accidentally submitting a form. The user now MUST click on the submit button. Great!

[ Get Source Code ]


Title: Clock Type
Details: 1.56 KB * Uploaded June 12 1998
Description: This is a really neat little script that can display the current time in "Military Time" or "12 Hour Time" with the push of a button. Give it a try, it's neat!

[ Get Source Code ]


Title: Close Window
Details: 0.57 KB * Uploaded September 1 1999
Description: If you have JavaScript open a new window, it's a piece of cake to close it after a certain number of seconds of being open. Just enter in the time in milliseconds (i.e. 5000 = 5 secs) and it your window will close after the appropriate number of seconds.

[ Get Source Code ]


Title: Coin Flipper
Contributor: Hanz Broden (webmeister@v-wave.com)
Contributor URL: http://plaza.v-wave.com/dotcom
Details: 1.29 KB * Uploaded June 28 2000
Description: When you do not have a coin, use this quick and easy virtual coin-flipping script. Sweet!

[ Get Source Code ]


Title: Color Adjuster
Contributor: Dion (yobo42@hotmail.com)
Contributor URL: http://www.iinet.net.au/~biab/
Details: 2.28 KB * Uploaded October 7 1999
Description: Allows for the fine tuning of the window's background color via red, green, and blue color buttons. Click a button to change the color value manually, or use the '>' and '<' to change the amount of that color in the background".

[ Get Source Code ]


Title: Color Chart
Contributor: Dion (yobo42@hotmail.com)
Contributor URL: http://www.iinet.net.au/~biab/
Details: 0.98 KB * Uploaded February 6 1999
Description: JavaScript can print out 8 tables with the 512 "standard" colors and their corresponding "#RRGGBB" values. This sure makes picking colors easy! Wow!

[ Get Source Code ]


Title: Color Chooser
Contributor: Edward Kodgis II (eddiaka@hotmail.com)
Contributor URL: http://members.spree.com/entertainment/squeesoft/
Details: 7.96 KB * Uploaded December 26 2000
Description: (Internet Explorer Only) Choose background and foreground colors by directly entering the amount of red, green or blue. Allows you to increment or decrement using the " + " or " - " buttons also. Easy!

[ Get Source Code ]


Title: Color Cube
Contributor: Willem Jonkman (7star@euronet.nl)
Contributor URL: http://www.geocities.com/SiliconValley/Way/1265
Details: 27.47 KB * Uploaded May 1 1998
Description: Not quite sure what colors you want to use on your web site? This JavaScript example will show you an example page and dynamically update the background, text color, and link colors as you change them! A great way to help you pick colors for your site! Try it out, great JavaScripting!

[ Get Source Code ]


Title: Color Picker
Contributor: Luis Romero (luisromero7987@aol.com)
Contributor URL: http://www.geocities.com/lr7987
Details: 18.35 KB * Uploaded September 14 2000
Description: Uses an imagemap to allow you to select any color box and see the hexadecimal html value for that color.

[ Get Source Code ]


Title: Color Table
Details: 3.43 KB * Uploaded June 21 1997
Description: JavaScript helps you manipulate the background of the document. Either choose the color you want by its name, or create a unique color by using the "+" and "-" Red, Green, and Blue buttons. A really neat effect.

[ Get Source Code ]


Title: Color Wheel
Contributor: Eric Stremming (estremming@hotmail.com)
Contributor URL: http://www.geocities.com/SunsetStrip/Club/5970
Details: 1.55 KB * Uploaded May 1 1998
Description: This JavaScript will change the background from one color to the next for each of the 10 colors then it starts the loop over again! There is also an On/Off button to let you start and stop the JavaScript.

[ Get Source Code ]


Title: Combined Menu
Contributor: Ronnie T. Moore, Editor
Details: 1.43 KB * Uploaded July 11 2000
Description: Sends the user to a specific URL based on the combined selections from two different pulldown menus. If the user only selects from one menu, they are still taken to that menu's corresponding page. Works great for sites navigation based on two seperate characteristics. Give it a try.

[ Get Source Code ]


Title: Combined Menu - Radio Buttons
Contributor: Mike Watts (mike.watts@watts-internet.com)
Contributor URL: http://www.watts-internet.com
Details: 1.95 KB * Uploaded March 6 2001
Description: Sends the user to a specific URL based on the combined selections from two different menus. Works great for sites navigation based on two seperate characteristics.

[ Get Source Code ]


Title: Commas
Contributor: Mark Henwood (mark_henwood@hotmail.com)
Details: 1.51 KB * Uploaded January 2 2001
Description: Quickly add commas to any numerical form input. Great for displaying large numbers!

[ Get Source Code ]


Title: Compound Interest
Contributor: Paul Hartmann (guycroft@clara.co.uk)
Contributor URL: http://www.guycroft.clara.net
Details: 2.02 KB * Uploaded February 12 2001
Description: Use JavaScript to calculate compund interest. Warns about doubtful data.

[ Get Source Code ]


Title: Concentration
Contributor: Brian Gosselin (bgaudiodr@aol.com)
Contributor URL: http://www.bgaudiodr.iwarp.com
Details: 3.63 KB * Uploaded June 19 2000
Description: My version of the classic memory game concentration. Uncover all the blocks by successfully matching the image pairs. Click the Timer button below to start a new game whenever you want.

[ Get Source Code ]


Title: Confirm Entry
Details: 0.57 KB * Uploaded March 2 1998
Description: This JavaScript asked you if you would like to continue. If you say "OK", it loads the page. If you click "CANCEL" (kinda like no) then it takes you back where you came from. Very neat! Really short!

[ Get Source Code ]


Title: Confirmable Order Form
Details: 4.79 KB * Uploaded July 15 1999
Description: JavaScript can take the contents of an HTML order form, process them, and display the order for verification even including the grand total! When the user confirms the order by clicking the button, the order is emailed to you by using freedback.com's free form processor cgi script. This script does take a bit of modification, but surely is worth it if you sell anything online.

[ Get Source Code ]


Title: Connect 4
Contributor: Stuart Berg (stuart.berg@usa.net)
Details: 17.21 KB * Uploaded May 1 2000
Description: This is a JavaScript version of 2 player Connect 4. Players take turns dropping pieces into the columns of the board. The computer tracks wins and draws automatically individually a game or match set. Awesome!

[ Get Source Code ]


Title: Content Protector
Contributor: Ronnie T. Moore
Contributor URL: http://javascriptsource.com
Details: 1.45 KB * Uploaded January 21 2000
Description: If your content page is loaded directly (not in frames) the page is reloaded in your frames. And to the aid of webmasters everywhere, this script also foils other sites loading your content page in their frames. Visitors are notified of the bandwidth theft then are sent to the page on your site (if used with our Dynamic Frameset script) or back to your main page.

[ Get Source Code ]


Title: Continuous Fader
Details: 1.15 KB * Uploaded June 21 1997
Description: This script, once started, will continiously loop the background color. Try it out! A really cool script! Short too

[ Get Source Code ]


Title: Controlled Boxes
Contributor: Scott Waichler
Details: 1.78 KB * Uploaded June 25 1999
Description: This script allows checkboxes to check and uncheck based on the selection in another checkbox. If the ALL box is checked, all the other choices go unchecked. If another choice is checked, then the ALL box goes unchecked. Useful when constructing search forms, surveys, and more!

[ Get Source Code ]


Title: Cookie Calendar
Contributor: Greg Quilop (web@queriousdesigns.com)
Contributor URL: http://www.queriousdesigns.com
Details: 9.18 KB * Uploaded February 16 2001
Description: This calendar, written entirely in JavaScript, uses cookies to allow users to save information on specific dates. Includes daily and monthly summaries and a complete help file. Cookie Calendar works as its own program as well. Great!

[ Get Source Code ]


Title: Cookie Pass. Protec.
Details: 5.19 KB * Uploaded August 13 1997
Description: You can use a basic cookie script to keep visitors (that don't have the cookie on their system) from viewing certain parts of your site (kind of.... There are always ways around it). The cookie is placed when the password provided is correct. Then, when they are forwarded to the password protected page, the cookie allows them to stay. Those without the cookie are sent back.

[ Get Source Code ]


Title: Cookie Redirect
Contributor: Ronnie T. Moore
Contributor URL: JavaScript Source Code 2002
Details: 2.91 KB * Uploaded May 11 2000
Description: Redirects the visitor to different pages based on the value of a stored cookie. If no cookie is found, the available items are displayed for the user to pick from, which sets a cookie for their next visit. Our demonstration uses a 'favorite animal' cookie, but this could easily be modified to fit your needs.

[ Get Source Code ]


Title: Copy Fields
Details: 8.75 KB * Uploaded November 10 1999
Description: Allows the user to click a checkbox on a form to duplicate information. For example, they can copy their billing information into the shipping information fields (assuming they are the same) with one click! Another useful timesaver for your visitors!

[ Get Source Code ]


Title: Copy Name
Details: 0.53 KB * Uploaded September 14 1999
Description: Allows the user to enter their name in the first field and have copies it to the second field for use as the User ID. It occurs instantly when they click the next field or the submit button. And, if the user tries to modify the second field, it is changed back to the value of the name field. Definitely a good example of the onChange() event handler in use.

[ Get Source Code ]


Title: Cosine Calculator
Contributor: TJay Tipps (iam4pacers@webtv.net)
Details: 1.19 KB * Uploaded March 10 1999
Description: Enter the adjacent and hypotenuse angle values and JavaScript will solve the cosine angle for you. Neat!

[ Get Source Code ]


Title: Count Up & Down
Details: 2.72 KB * Uploaded June 30 1997
Description: Here, you can use stopwatch functions to count up and down - separately or together at once. Try it out! A neat JavaScript example.

[ Get Source Code ]


Title: Countdown Creator
Details: Uploaded March 11 1999
Description: Don't worry any more about editing the code by hand, use our code generator! Fill out the date you would like to countdown to and click the generate button. Just add this generated code to your site, or even have us mail it to you! Neat!

[ Get Source Code ]


Title: Countdown to ???
Details: 2.21 KB * Uploaded July 11 1997
Description: A JavaScript stopwatch that counts down from a predetermined time then alerts the user.

[ Get Source Code ]


Title: Country Chooser
Details: 6.08 KB * Uploaded July 24 1998
Description: If you'd like to know where visitors to your site live, add this to your feedback forms. They just choose a region, and the second menu changes appropriately, allowing them to choose their country. (If they choose USA, it allows them to select their state) Neat!

[ Get Source Code ]


Title: Countup to ???
Details: 2.14 KB * Uploaded July 11 1997
Description: A JavaScript stopwatch that does the opposite - counts up then alerts.

[ Get Source Code ]


Title: Crab Race
Contributor: Mike McGrath (mike_mcgrath@lineone.net)
Contributor URL: http://website.lineone.net/~mike_mcgrath
Details: 10.80 KB * Uploaded September 9 1999
Description: Places your bets on your favorite colored crab in a virtual crab race. Each crab has different odds and has different payouts. Good luck!

[ Get Source Code ]


Title: Crazy Window
Contributor: Eric B. Dennis
Details: 0.98 KB * Uploaded February 14 2000
Description: Your browser has gone crazy! The browser window jumps to random positions around the screen at a dizzying rate of 10 times a second. It is a good idea to load any page that uses this script in a new browser window so your visitor still can access your site. Warning: Be careful not to toss your cookies on your keyboard. ;-)

[ Get Source Code ]


Title: Cryptic Scroller
Contributor: Nebojsa Pajkic
Contributor URL: http://justfreestuff.homepage.com
Details: 1.88 KB * Uploaded February 28 2000
Description: Most of us never fulfilled our dream of working for the FBI or the CIA. But, that doesn't mean we can't play like we did! This script displays a cryptic series of numbers in the status bar at the bottom of the browser and decrypts it one letter a time. Sweet!

[ Get Source Code ]


Title: CSS Support Redirect
Contributor: Ronnie T. Moore
Details: 0.89 KB * Uploaded February 16 2000
Description: Cascading Style Sheets (CSS), supported in version 4.0 and new browsers, allows webmasters to have more control over how their sites are viewed. Because some visitors do browse with them turned off, this script checks if CSS is supported AND enabled -- If CSS is on, they are redirected to your CSS-enhanced page. Otherwise, they are sent to a normal page without CSS. Cool!

[ Get Source Code ]


Title: Currency Format
Contributor: Cyanide_7 (leo7278@hotmail.com)
Contributor URL: http://www7.ewebcity.com/cyanide7
Details: 1.47 KB * Uploaded May 18 2000
Description: This script accepts a number or string and formats it like U.S. currency. Adds the dollar sign, rounds to two places past the decimal, adds place holding zeros, and commas where appropriate. Occurs when the user clicks the button or when they finish entering the money amount (and click into the next field).

[ Get Source Code ]


Title: Current Date & Time (Long)
Contributor: Dandello (dandello@pacifier.com)
Details: 2.21 KB * Uploaded September 1 1997
Description: This is the somewhat longer way to put the current date & time on your page. It writes in a longer date and time format than the previous date & time script. The script is also longer....

[ Get Source Code ]


Title: Current Date & Time (Short)
Details: 0.29 KB * Uploaded June 30 1997
Description: Put the current date & time on your page with this cool little JavaScript coding. All of 3 lines.....

[ Get Source Code ]


Title: Current Date
Details: 1.00 KB * Uploaded August 18 1998
Description: Use this script to write the current date to your web page. Looks very professional. Another very neat effect - some great JavaScripting!

[ Get Source Code ]


Title: Current Directory
Contributor: Dan Worsham
Details: 0.90 KB * Uploaded November 30 1999
Description: Takes the user to a directory listing of all files in the current directory. Or, if an index.html file exists in that directory, they are taken to that page instead.

[ Get Source Code ]


Title: Current Time
Details: 1.45 KB * Uploaded June 30 1997
Description: Use JavaScript to put the current time on your page. It even follows the time in A.M. and P.M.! A nice script.

[ Get Source Code ]


Title: Current Week
Contributor: Mark McCain (sub235k@worldnet.att.net)
Details: 1.73 KB * Uploaded October 14 1999
Description: Displays the date the current week starts on. Useful if you want a new link each week or just to show the first day of the current week. You can even choose what weekday you want a new week starts on -- Sunday, Monday, Tuesday, etc. Neat!

[ Get Source Code ]


Title: CurseBot
Details: 11.70 KB * Uploaded July 15 1997
Description: JavaScript uses the dynamic random() function to write random curses. Users may collect as many curse phrases as they want, or can endure. The CurseBot keeps 'em coming!

[ Get Source Code ]


Title: Cursor Changer
Details: 1.70 KB * Uploaded July 11 1997
Description: Use your cursor to select your background color.

[ Get Source Code ]


<>Title: Cursor Link
Contributor:Zach Green (greenslake@aol.com)
Details: 0.28 KB * Uploaded May 29 1998
Description: Forget actually clicking on links anymore, if you put your cursor over them, you go there! (with this JavaScript at least) If you use this script, please remember that it can be annoying, even a pain for them to have to come back if they really didn't want to follow the link. With that said, go check out the code!

[ Get Source Code ]


Title: Customized Popup
Details: 1.48 KB * Uploaded August 23 1999
Description: Allow your visitors to have a popup page on your site appear exactly as they want! They can customize the width, height, and placement of a popup window on your site before the window is opened.

[ Get Source Code ]


Title: Customized Window
Details: 2.54 KB * Uploaded July 11 1997
Description:Use Javascript to allow visitors to open a customized window.

[ Get Source Code ]